RWTH - Mindstorms NXT Toolbox

MOTOR_B

Symbolic constant MOTOR_B (returns 1)

Contents

Syntax

portB = MOTOR_B()

Description

portB = MOTOR_B() returns 1 as the value portB.

Example

 portB = MOTOR_B()
 %result: >> portB = 1

See also

MOTOR_A, MOTOR_C

Signature